このクラスのメンバの一覧は、ObservableCollectionExtended<T>メンバを参照してください。
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
IsUpdating | BeginUpdate メソッドを使用して変更通知が中断される場合は True を返します。 | |
Item | Gets or sets the element at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
NotifyItemsChanged | 派生したコレクションがその OnItemAdded および OnItemRemoved メソッドを起動させるべきかどうかを示すブール値を返します。 |